From b51c0f826a37cd673ef341668e72ae41b88793dc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 23 Nov 2010 20:46:20 -0500 Subject: [PATCH] fix parameter name mismatch --- gtk/gtkstyleproperties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkstyleproperties.h b/gtk/gtkstyleproperties.h index ec772338a9..c419459976 100644 --- a/gtk/gtkstyleproperties.h +++ b/gtk/gtkstyleproperties.h @@ -66,7 +66,7 @@ GtkStyleProperties * gtk_style_properties_new (void); void gtk_style_properties_map_color (GtkStyleProperties *props, const gchar *name, GtkSymbolicColor *color); -GtkSymbolicColor * gtk_style_properties_lookup_color (GtkStyleProperties *set, +GtkSymbolicColor * gtk_style_properties_lookup_color (GtkStyleProperties *props, const gchar *name); void gtk_style_properties_set_property (GtkStyleProperties *props, -- 2.30.2